home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / ja$CSS_properties.as < prev    next >
Encoding:
Text File  |  2008-10-29  |  1.7 KB  |  41 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class ja$CSS_properties extends ResourceBundle
  6.    {
  7.       public function ja$CSS_properties()
  8.       {
  9.          super("ja","CSS");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "Button-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
  16.             "h1-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
  17.             "h2-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
  18.             "Button-fontSize":"12",
  19.             "Button-paddingRight":"10",
  20.             "Application-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
  21.             "Button-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
  22.             "h1-fontWeight":"normal",
  23.             "h1-fontSize":"16",
  24.             "Application-fontSize":"12",
  25.             "h2-fontWeight":"normal",
  26.             "CheckBox-fontSize":"12",
  27.             "Button-paddingLeft":"10",
  28.             "CheckBox-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
  29.             "h1-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
  30.             "h2-fontSize":"12",
  31.             "CheckBox-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
  32.             "h2-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
  33.             "formItemText-fontWeight":"normal",
  34.             "Button-fontWeight":"normal",
  35.             "Application-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans"
  36.          };
  37.       }
  38.    }
  39. }
  40.  
  41.